// This script shows only regular or whiteout forms
Event.Value = Event.Engine.Config.GetFirstPayerProduct().GetCustomParameterValue("Forms") == '1';
//or
Event.Value = Event.Engine.Config.GetFirstPayerProduct().GetCustomParameterValue("Forms") == '2';